home *** CD-ROM | disk | FTP | other *** search
/ La Traviata / La Traviata.iso / viewer / giflib12.zip / UPDATE.NEW < prev   
Text File  |  1991-08-03  |  1KB  |  25 lines

  1. Version 1.2
  2. -----------
  3. 1. GIFFIX - a new tool to attempt and fix broken GIF images. Currently fix
  4.    images that has EOF prematurely by padding with the darkest color.
  5. 2. Make GIF2BGI display as much as it can considering the mem. avail.
  6. 3. Add -q flag to all tools for quite running scan line number mode.
  7. 4. Fix a (minor!?) bug in the GIF decoder when encountering code 4095.
  8. 5. New tools (RGB2GIF and GIF2RGB) to convert GIF to/from 24 bits RGB images.
  9. 6. New tool GIFROTAT to rotate a gif image by an arbitrary angle.
  10. 7. GifRSize was updated to resize by an arbitrary factor.
  11.  
  12. Version 1.1
  13. -----------
  14. 1. GIF2BGI - a new utility to display GIF images using Borland's BGI drivers
  15.    (if you have one...)
  16. 2. TEXT2GIF - Converts plain text into GIF images.
  17. 3. GIF2IRIS - SGI4D display program for GIF images.
  18. 4. GIF_LIB naming convension has been modified to make sure it has unique
  19.    names (see gif_lib.h).
  20. 5. Support for SGI4D gl and X11 window grabbing has been added to the
  21.    library. SGI4D input is quantizied into 8 bits.
  22.    Also support for EGA/VGA devices has been added as well.
  23.    see Dev2gif.c module.
  24. 6. Support for the new gif89a format has been added.
  25.